Go Back   xda-developers > HTC Hermes: 8525, TyTN, MDA Vario II, JasJam > 8525, TyTN, MDA Vario II, JasJam General


Closed Thread
 
Thread Tools Search this Thread Display Modes
  #91  
Old 23rd April 2007, 08:31 AM
Inphyy Inphyy is offline
Senior Member
 
Join Date: Sep 2006
Location: Stavanger
Posts: 171
Default

Quote:
Originally Posted by majmun View Post
Is anyone working on the editor or should I give it a go? My "native" language is Java but I have programmed couple .NET apps (C#) so it should not be a problem.
I'm currently working on it.
Feel free to help or give advice.
Sponsored Links

  #92  
Old 23rd April 2007, 08:45 AM
Grumps's Avatar
Grumps Grumps is offline
Senior Member
 
Join Date: Apr 2007
Location: Johannesburg
Posts: 470
Default

Quote:
Originally Posted by dimiz View Post
Dear all and thanks for this great application i was looking for good way to use my MobilePhone (HTC Magician) but unfortunaly i run WindowsMobile2003se, so i have the big error reported in this page (form error), there is no way to use on my device? :-(
Many thanks

Ill load a version today for wm2003 but as i said before the signal strength wont be live
__________________
Rhodium
Rom : Flavour of the day 6.5.x with 2.5
My Work : Sense Theme Switcher : http://forum.xda-developers.com/show...10#post5308310
Sashimi Helper : http://forum.xda-developers.com/showthread.php?t=617856

  #93  
Old 23rd April 2007, 11:47 AM
dimiz dimiz is offline
Junior Member
 
Join Date: Apr 2007
Posts: 8
Default

Thanks Grumps for quickly answer, i have tested on my Magician the PhoneAlarm application, i have test because in this application im able to view on today screen the Signal strengh, battery level and SMS...What do you think?
Thanks

  #94  
Old 23rd April 2007, 02:17 PM
Grumps's Avatar
Grumps Grumps is offline
Senior Member
 
Join Date: Apr 2007
Location: Johannesburg
Posts: 470
Default

Quote:
Originally Posted by dimiz View Post
Thanks Grumps for quickly answer, i have tested on my Magician the PhoneAlarm application, i have test because in this application im able to view on today screen the Signal strengh, battery level and SMS...What do you think?
Thanks
Its not really about not being able to get it from the registry. I program in VS2003 and i use an addon library OPENnetCF.dll to read keys from the registry and it seems like that dll doesnt wanna work on WM2003. Ill try and find another way and let you guys know.
__________________
Rhodium
Rom : Flavour of the day 6.5.x with 2.5
My Work : Sense Theme Switcher : http://forum.xda-developers.com/show...10#post5308310
Sashimi Helper : http://forum.xda-developers.com/showthread.php?t=617856

Last edited by Grumps; 23rd April 2007 at 02:20 PM..

  #95  
Old 23rd April 2007, 02:27 PM
Grumps's Avatar
Grumps Grumps is offline
Senior Member
 
Join Date: Apr 2007
Location: Johannesburg
Posts: 470
Default

Quote:
Originally Posted by Glipsie View Post
Actually, if you're using HKLM\System\Status\Battery its far more crude than that. Microsoft defines the values as follows:
0 = Very low; 21 = Low; 41 = Medium; 61 = High; 81 = Very high
The dword in status\battery stores 2 pieces of information. The upper two bytes is the battery level, indicated by the values above. The lower two bytes represents the actual batter state i.e.:
0 = normal, 1 = battery not present, 2 = charging, 4 = low, 8 = critical
You need to do bitwise operations on this value as it can represent more than 1 state. So if you for example got a 6 from the lower two bytes, this would mean that the battery state was charging and low.

Taking posted results:
Your values:
5308418 decimal = 00 51 00 02 hex
51 Hex = 81 Dec = Very High
5308416 decimal = 00 51 00 00
51 Hex = 81 Dec = Very High
0 = Battery normal

nicolas:
2686978 decimal = 00 29 00 02 hex
29 Hex = 41 Dec = Medium
02 = Charging state

2686976 decimal = 00 29 00 00 hex
29 Hex = 41 Dec = Medium
0 = Battery normal

Hope that helps
Glipsie
Glipsie i need to talk to you, do you have skype by any chance? smithedwin
__________________
Rhodium
Rom : Flavour of the day 6.5.x with 2.5
My Work : Sense Theme Switcher : http://forum.xda-developers.com/show...10#post5308310
Sashimi Helper : http://forum.xda-developers.com/showthread.php?t=617856

  #96  
Old 23rd April 2007, 03:03 PM
beardmutant beardmutant is offline
Junior Member
 
Join Date: Mar 2007
Posts: 10
Default

i've just seen a iphone type app called ilaunch over at http://www.dvdtoiphone.com

It has a slider that works very smoothly and web links for stocks etc in the interface.

It looks like you can't customise it as much as your version however and it doesn't have any clever hidden buttons for shutdown and lock.

Any chance of joining forces to create a really kick ass iPhone app?

BTW I've uploaded some icons for a more MS vista feel
Attached Files
File Type: zip icons.zip (93.2 KB, 301 views)

  #97  
Old 23rd April 2007, 05:05 PM
dimiz dimiz is offline
Junior Member
 
Join Date: Apr 2007
Posts: 8
Default

Dear i have found this page on MSN can you give a look i dont understand so much on C++, but is the only help i can do :-)
http://msdn2.microsoft.com/en-us/library/aa458219.aspx

  #98  
Old 23rd April 2007, 09:37 PM
pr5owner's Avatar
pr5owner pr5owner is offline
Member
 
Join Date: Apr 2006
Posts: 73
Default

why would you want to make your kick ass phone look like a dud? the iphone isnt great all on paper, if it isnt good on paper its not good in real life. (just look at the ipod)

if this is to impress newbs, i would rather show off some real technical innovation, like using world card mobile to import business cards to outlook or show an Xvid movie.

  #99  
Old 24th April 2007, 08:40 AM
Inphyy Inphyy is offline
Senior Member
 
Join Date: Sep 2006
Location: Stavanger
Posts: 171
Default

Not sure if this is correct or not, but my skype tell's me that my messages cant be delivered to you

  #100  
Old 24th April 2007, 09:32 AM
Grumps's Avatar
Grumps Grumps is offline
Senior Member
 
Join Date: Apr 2007
Location: Johannesburg
Posts: 470
Default .94

Ok i think Glipsie found a way to make .lnk files work. Got code from him yesterday and will test it today. So i might be able to load version 0.94 later on today. It will support .lnk files

O yes an the self cenetring of the text has also been fixed in the new version

O yes the other thing. The guys who want it for WM2003 devices please give me a day or two. I want to make it with all the features of .94 without hte obvious other problems tho. Thanx for your patients

Cheers Grumps
__________________
Rhodium
Rom : Flavour of the day 6.5.x with 2.5
My Work : Sense Theme Switcher : http://forum.xda-developers.com/show...10#post5308310
Sashimi Helper : http://forum.xda-developers.com/showthread.php?t=617856

Last edited by Grumps; 24th April 2007 at 04:32 PM..

Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:35 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.